home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eyewitness Clipart: Tudor
/
ew_tudor.iso
/
mac
/
album (UK)
/
res
/
flvplayer.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2007-02-06
|
313b
|
11 lines
function goTo()
{
getUrl("http://www.jeroenwijering.com/?item=Flash_Video_Player", "");
}
Stage.scaleMode = "noScale";
Stage.align = "TL";
stop();
var newMenu = new ContextMenu();
newMenu.customItems.push(new ContextMenuItem("Flash Video Player 2.5 by Jeroenwijering...",goTo));
this.menu = newMenu;